home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / Demo Software / Trapeze / Trapeze Help / Trapeze Help.rsrc / HELP_2137_extract < prev    next >
Text File  |  1989-03-06  |  354b  |  6 lines

  1. extract ( criterion, block, how* )
  2. extract selected values from a block
  3.  
  4. criterion—number block containing true or false values; block—any kind of block; how—optional method to arrange returned values (#ROW or #COL).
  5.  
  6. extract creates a row or column block (by how) that contains all the values in block that have a corresponding true value in criterion.